'宣言 Public Overloads Function FindLastIndex( _ ByVal match As System.Predicate(Of Break) _ ) As System.Integer
'使用法 Dim instance As Breaks Dim match As System.Predicate(Of Break) Dim value As System.Integer value = instance.FindLastIndex(match)
public System.int FindLastIndex( System.Predicate<Break> match )
パラメータ
- match